From 52cb186a915b26e51316cfc8bdf604d657a24803 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 22 Jul 2017 17:19:04 +0530 Subject: [PATCH] Update clean-cargo-deps.patch for 0.20.0 --- debian/patches/clean-cargo-deps.patch | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/patches/clean-cargo-deps.patch b/debian/patches/clean-cargo-deps.patch index 3e732eb1f..82b2fb3fc 100644 --- a/debian/patches/clean-cargo-deps.patch +++ b/debian/patches/clean-cargo-deps.patch @@ -9,18 +9,22 @@ Description: Remove stage1 extra dependencies (cargo 0.17) Forwarded: not-needed --- a/Cargo.toml +++ b/Cargo.toml -@@ -47,8 +47,8 @@ +@@ -51,12 +51,12 @@ + [target.'cfg(unix)'.dependencies] + openssl = "0.9" -[target.'cfg(windows)'.dependencies] -advapi32-sys = "0.2" -kernel32-sys = "0.2" --miow = "0.1" +-miow = "0.2" -psapi-sys = "0.1" -winapi = "0.2" +#[target.'cfg(windows)'.dependencies] +#advapi32-sys = "0.2" +#kernel32-sys = "0.2" -+#miow = "0.1" ++#miow = "0.2" +#psapi-sys = "0.1" +#winapi = "0.2" + [dev-dependencies] + bufstream = "0.1" -- 2.30.2